Merge GPS traits into one file

This commit is contained in:
Paul Chote
2010-01-24 16:14:56 +13:00
parent c44679cc94
commit 37f305748f
3 changed files with 4 additions and 8 deletions

View File

@@ -38,4 +38,8 @@ namespace OpenRa.Traits
FinishActivate();
}
}
// tag trait to identify the building
class GpsLaunchSiteInfo : StatelessTraitInfo<GpsLaunchSite> { }
class GpsLaunchSite { }
}