1
0
mirror of synced 2025-01-18 23:34:04 +01:00

restore WindowsInput.dll

This commit is contained in:
msk 2022-05-23 17:14:40 -07:00
parent 0792db116c
commit 4ef7cd0bbf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@ public class PanelButton : MonoBehaviour
private Renderer cr;
public GameObject camera;
private AudioSource audioSrc;
public static AudioClip btnSound;
private static AudioClip btnSound;
void Start()
{