using System; using System.Collections.Generic; using Woodpecker.Core; using Woodpecker.Net.Game.Messages; using Woodpecker.Game.Rooms; using Woodpecker.Game.Rooms.Instances; namespace Woodpecker.Game { /// /// Together with the reactorCore.cs class, this class forms the Reactor, the root of all *Reactor classes. This part is containing generic user methods. /// public partial class Reactor { } }