示例#1
0
        public static DetourEvent PerformToolActionOnChestCallback(ChestAccessor chest)
        {
            var @event = new PeformToolActionOnChestEvent(
                chest == null ? null : new Chest(WrappedGame, chest));

            FireEvent(@event);
            return(@event);
        }
示例#2
0
 public Chest(StaticContext parent, ChestAccessor accessor) :
     base(parent, accessor)
 {
 }