예제 #1
0
파일: Player.cs 프로젝트: ggjamer/2019
 public void Interact(Interactible obj)
 {
     if (obj.IsInteractible())
     {
         obj.Dialogue();
     }
 }