Class GameCharacterFusion
Merge the characters in the list into another result.
Namespace: AutoBattleFramework.BattleBehaviour.Fusion
Assembly: cs.temp.dll.dll
Syntax
public class GameCharacterFusion : ScriptableObject
Fields
CharactersToFusion
List of characters to merge.
Declaration
public List<ShopCharacter> CharactersToFusion
Field Value
Type | Description |
---|---|
List<ShopCharacter> |
FusionResult
Resulting character.
Declaration
public ShopCharacter FusionResult
Field Value
Type | Description |
---|---|
ShopCharacter |