remove 'private' keyword where possible

This commit is contained in:
Chris Forbes
2011-06-29 09:15:39 +12:00
parent 587b2ef0d1
commit 0e45968573
16 changed files with 27 additions and 34 deletions

View File

@@ -439,7 +439,7 @@ namespace OpenRA.Mods.RA
}
//Build a random unit of the given type. Not going to be needed once there is actual AI...
private void BuildRandom(string category)
void BuildRandom(string category)
{
// Pick a free queue
var queue = world.ActorsWithTrait<ProductionQueue>()