Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
amm266 committed Mar 30, 2021
2 parents 7f95d76 + 00b400a commit 9e5d910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/LogScripts/Ant.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

public class Ant
{
public static readonly int WORKER = 0;
public static readonly int SOLDIER = 1;
public static readonly int WORKER = 1;
public static readonly int SOLDIER = 0;
public int Id { get; }
public int Team { get; }
public int Type { get; }
Expand Down

0 comments on commit 9e5d910

Please sign in to comment.