コード例 #1
0
ファイル: ChairLogic.cs プロジェクト: tukaloff/space-visitors
 // Start is called before the first frame update
 void Start()
 {
     name += counter++;
     Registrator.registerChair(this);
 }