GameServer Class

Represents a wrapper for an in-progress game. The SaveGame object has an "internal" scope that prevents the SaveGame and ANY associated objects from being exposed publically. This GameServer object encapsulates the SaveGame object and provides a wrapper that exposes limited functionality as public.

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public class GameServer

Inheritance Hierarchy


Object
  AngbandOS.Core..::..GameServer