コード例 #1
0
ファイル: Block.cs プロジェクト: khiemnd777/TheEngineer
 void Update()
 {
     if (behaviour != null)
     {
         behaviour.Execute();
     }
 }