Exemple #1
0
 public override void Init(List <ObjectiveConfig> _objectives)
 {
     if (_instance == null)
     {
         _instance = this;
         base.Init(_objectives);
         OnInit.AttemptCall();
     }
 }