Example #1
0
 public ToolKitsButtonSetupSystem(Contexts contexts, MapEditorToolkits toolKits)
 {
     _toolKits = toolKits;
     _context  = contexts.tile;
 }
Example #2
0
 void Awake()
 {
     MapEditorToolkits.Instance = this;
 }
Example #3
0
 public TileDetailSystem(Contexts contexts, MapEditorToolkits toolKit)
 {
     _context = contexts.tile;
     _toolKit = toolKit;
 }