protected and virtual API for ChestMenu.cs

Justus

Member
Could you please change all `internal` members to `protected internal`,
and change all `private` method to `protected virtual` method in ChestMenu.cs?
and change `public` to `public virtual`
 
Last edited:
if you change them, could you please also share your version of this script here? so that I could make sure there is nothing broken when I upgrade UIS next time.
 
Top