Exemple #1
0
 void Update()
 {
     if (playerClose)
     {
         commandConsoleParent.Use();
     }
     else
     {
         commandConsoleParent.ResetUse();
     }
 }