Class CollectToken.CollectTokenData
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class CollectToken.CollectTokenData : PlacedObject.ResizableObjectData
- Inheritance
-
CollectToken.CollectTokenData
- Inherited Members
-
Constructors
CollectTokenData(PlacedObject, bool)
public CollectTokenData(PlacedObject owner, bool isBlue)
Parameters
owner PlacedObject
isBlue bool
Fields
availableToPlayers
public List<SlugcatStats.Name> availableToPlayers
Field Value
- List<SlugcatStats.Name>
isBlue
Field Value
- bool
isDev
Field Value
- bool
isGreen
Field Value
- bool
isRed
Field Value
- bool
isWhite
Field Value
- bool
panelPos
Field Value
- Vector2
tokenString
public string tokenString
Field Value
- string
Properties
ChatlogCollect
public ChatlogData.ChatlogID ChatlogCollect { get; set; }
Property Value
- ChatlogData.ChatlogID
LevelUnlock
public MultiplayerUnlocks.LevelUnlockID LevelUnlock { get; set; }
Property Value
- MultiplayerUnlocks.LevelUnlockID
SafariUnlock
public MultiplayerUnlocks.SafariUnlockID SafariUnlock { get; set; }
Property Value
- MultiplayerUnlocks.SafariUnlockID
SandboxUnlock
public MultiplayerUnlocks.SandboxUnlockID SandboxUnlock { get; set; }
Property Value
- MultiplayerUnlocks.SandboxUnlockID
SlugcatUnlock
public MultiplayerUnlocks.SlugcatUnlockID SlugcatUnlock { get; set; }
Property Value
- MultiplayerUnlocks.SlugcatUnlockID
Methods
FromString(string)
public override void FromString(string s)
Parameters
s string
ToString()
public override string ToString()
Returns
- string