public Civilian(GameState game) : base(game) { this.sprite = (Sprite2DGeometry)GeometryManager.Instance.GetSprite("bloob").Geometry; this.controller = new CivilianController(game, this); this.eventListenerTileManager = new GameEventListenerTileManager(game, this); this.initialised = true; }