Class AgentState
Agent의 상태 모델이다.
[Serializable]
public class AgentState : State, IState, ICloneable
- Inheritance
-
AgentState
- Implements
- Inherited Members
Constructors
AgentState(Dictionary)
public AgentState(Dictionary serialized)
Parameters
serializedDictionary
AgentState(List)
public AgentState(List serialized)
Parameters
serializedList
AgentState(Address)
public AgentState(Address address)
Parameters
addressAddress
Fields
CurrentVersion
public const int CurrentVersion = 1
Field Value
avatarAddresses
public readonly Dictionary<int, Address> avatarAddresses
Field Value
- Dictionary<int, Address>
Properties
MonsterCollectionRound
public int MonsterCollectionRound { get; }
Property Value
Version
public int Version { get; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
IncreaseCollectionRound()
public void IncreaseCollectionRound()
Serialize()
public override IValue Serialize()
Returns
- IValue
SerializeList()
public IValue SerializeList()
Returns
- IValue