more formatting tidy
This commit is contained in:
@@ -27,8 +27,7 @@ namespace OpenRA.Traits
|
||||
{
|
||||
public readonly HealthInfo Info;
|
||||
|
||||
[Sync]
|
||||
int hp;
|
||||
[Sync] int hp;
|
||||
|
||||
public int DisplayHp { get; private set; }
|
||||
|
||||
|
||||
@@ -20,8 +20,7 @@ namespace OpenRA.Traits
|
||||
|
||||
class Waypoint : IOccupySpace, ISync
|
||||
{
|
||||
[Sync]
|
||||
int2 location;
|
||||
[Sync] int2 location;
|
||||
|
||||
public Waypoint(ActorInitializer init)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user