Simplify return statements.
Remove redundant ‘this’. Remove unused using directives. Simplify LINQ chains. Add some trait property descriptions. Add readonly where viable. Add fullstops to some yaml descriptions.
This commit is contained in:
@@ -15,8 +15,8 @@ namespace OpenRA
|
||||
{
|
||||
public class Group
|
||||
{
|
||||
Actor[] actors;
|
||||
int id;
|
||||
readonly Actor[] actors;
|
||||
readonly int id;
|
||||
|
||||
static int nextGroup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user