AGS.Types.Room.IChangeNotification C# (CSharp) Method

IChangeNotification() public method

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