예제 #1
0
    public void updateKeysState(keysStruct ks)
    {
        myGM my = GetComponent <myGM>();

        my.allKeys[ks.influenceNumber - 1].enable = true;
    }
예제 #2
0
파일: UIBlock.cs 프로젝트: ptagus/LDjam47
 public void SwapBool(bool hintnow, keysStruct kstrukt)
 {
     showhint = hintnow;
     showhintpanel.SetActive(hintnow);
     ks = kstrukt;
 }