Exemple #1
0
        public LowBridge(Actor self, LowBridgeInfo info)
        {
            this.info = info;

            var buildingInfo = self.Info.TraitInfo <BuildingInfo>();

            cells = FootprintUtils.PathableTiles(self.Info.Name, buildingInfo, self.Location);
        }