Esempio n. 1
0
 public void Release()
 {
     _roomNPCComponent = null;
     _data             = null;
     _mapUnit          = null;
 }
Esempio n. 2
0
 public NPC(RoomNpcComponent roomNPCComponent, NPCConfig config)
 {
     _roomNPCComponent = roomNPCComponent;
     _data.SetData(config);
 }