renamed Actor.unitInfo to "Info"; other minor changes
This commit is contained in:
@@ -8,7 +8,7 @@ namespace OpenRa.Game.Traits
|
||||
|
||||
public Building(Actor self)
|
||||
{
|
||||
unitInfo = (BuildingInfo)self.unitInfo;
|
||||
unitInfo = (BuildingInfo)self.Info;
|
||||
}
|
||||
|
||||
bool first = true;
|
||||
|
||||
Reference in New Issue
Block a user