AGS.Types.Room.IChangeNotification C# (CSharp) 메소드

IChangeNotification() 공개 메소드

public IChangeNotification ( ) : void
리턴 void
        void IChangeNotification.ItemModified()
        {
            this.Modified = true;
        }