コード例 #1
0
ファイル: PionUI.cs プロジェクト: cadichris/bobail
 void Update()
 {
     if (jeu.EstActif(this) && !estLeve)
     {
         Lever();
     }
     if (!jeu.EstActif(this) && estLeve && !mouseOver)
     {
         Baisser();
     }
 }