Example #1
0
 public void Init(FactionManager manager)
 {
     initialized = true;
     _manager = manager;
     _manager.AddFaction(this);
 }