Пример #1
0
 void Start()
 {
     Cursor.visible = false;
     bh = new BlockHandler();
     bh.createDictionary();
     bh.registerBlocks();
 }