Example #1
0
 public abstract void SetCollectableController(CollectablesControllerBase collectablesController);
Example #2
0
 public override void SetCollectableController(CollectablesControllerBase _collectablesController)
 {
     collectablesController = _collectablesController;
 }