mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
...
This commit is contained in:
parent
e10b1be9c4
commit
9e925a7723
8 changed files with 36 additions and 45 deletions
|
|
@ -32,8 +32,6 @@ import java.io.Serializable;
|
|||
|
||||
public class ObjectColor implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static final ObjectColor WHITE = new ObjectColor("W");
|
||||
public static final ObjectColor BLUE = new ObjectColor("U");
|
||||
public static final ObjectColor BLACK = new ObjectColor("B");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue