Interface IAvatarCollectionSavedData
ISavedData associated with an IAvatarCollection.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IAvatarCollectionSavedData : ISavedData, IInjectable, IUnlockableSavedData
Properties
UnlockedAvatars
List of ids for the Avatars which the player has unlocked.
Declaration
List<string> UnlockedAvatars { get; }
Property Value
Type | Description |
---|---|
List<String> |
Methods
LockAvatar(String)
Removes player's access to the specified Avatar by the provided
Declaration
void LockAvatar(string avatarId)
Parameters
Type | Name | Description |
---|---|---|
String | avatarId |
UnlockAvatar(String)
Unlocks the specified Avatar by the provided
Declaration
void UnlockAvatar(string avatarId)
Parameters
Type | Name | Description |
---|---|---|
String | avatarId |