Mitochondria.Core 0.5.0-ci.16

This is a prerelease version of Mitochondria.Core.
dotnet add package Mitochondria.Core --version 0.5.0-ci.16
NuGet\Install-Package Mitochondria.Core -Version 0.5.0-ci.16
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mitochondria.Core" Version="0.5.0-ci.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mitochondria.Core --version 0.5.0-ci.16
#r "nuget: Mitochondria.Core, 0.5.0-ci.16"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mitochondria.Core as a Cake Addin
#addin nuget:?package=Mitochondria.Core&version=0.5.0-ci.16&prerelease

// Install Mitochondria.Core as a Cake Tool
#tool nuget:?package=Mitochondria.Core&version=0.5.0-ci.16&prerelease

Mitochondria

An Among Us mod API.

This mod is not affiliated with Among Us or Innersloth LLC, and the content contained therein is not endorsed or otherwise sponsored by Innersloth LLC. Portions of the materials contained herein are property of Innersloth LLC. © Innersloth LLC.

All Modules

Usage

Binding

Used by inheriting Binding, adding the [Binding] attribute and calling BindingManager#TryBind().

Allows for binding 2 objects together with the use of BindingExtensions.Equalize() in the update method of a binding to propagate changes from one object to another.

Configuration

Used by inheriting IConfig and then calling PluginConfig#Load() and IStorageHandle#Save(), with a PluginConfig being obtained via Config#Of(), [PluginInfo]#GetConfig() or Config<TPlugin>.Instance (where TPlugin inherits BasePlugin).

Allows you to have multiple configuration files for your plugin.

GUI

Custom action buttons

Used by inheriting CustomActionButton and adding it to a container such as CustomHudManager#MainActionButtonsContainer.

Allows for creating custom action buttons.

Manipulating existing GUI elements

Used by creating elements or containers using [GameObject]#SetGuiElement() or [GameObject]#SetGuiContainer() and then using [GameObject]#GetGuiElement() or [GameObject]#GetGuiContainer() elsewhere. Elements and containers can implement various interfaces, such as IOrderableContainer, to provide functionality.

Allows for creating abstractions to manipulate other existing GUI elements.

Modifiers

Used by inheriting various modifiers, such as GameplayModifier, and calling ModifierManager#Add() and ModifierManager#Remove().

Provides convenient ways to modify gameplay.

Overrides

Used by creating various overrides, such as IntroCutsceneTeamOverride, and calling OverrideManager#Add() and OverrideManager#Remove().

Allows for overriding specific things in the game.

Prototypes

Used by calling PrototypeManager#CloneAndSet() and PrototypeManager#TryCloneAndGet().

Allows for saving game objects as templates so that they can be created elsewhere.

Resources

Providers

Used by creating a provider and calling ResourceProvider#Load().

Allows for creating various resource types using various methods, such as a sprite from an embedded resource.

Roles

Used by inheriting CustomRole and adding the [CustomRole] attribute.

Allows for the definition of custom roles.

Services

Used by inheriting IService and adding the [Service] attribute.

Provides convenient hooks.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Mitochondria.Core:

Package Downloads
Mitochondria.Options.Settings

Mitochondria settings options API

Mitochondria.ExtensionPack

An extension pack for Mitochondria

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0-ci.16 168 11/23/2023