mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +01:00
More interface
This commit is contained in:
parent
2c9175b83a
commit
be96ffd894
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
package com.minelittlepony.model;
|
||||
|
||||
public final class PonyModelConstants {
|
||||
public interface PonyModelConstants {
|
||||
|
||||
public static final float
|
||||
float
|
||||
PI = (float)Math.PI,
|
||||
|
||||
BODY_CENTRE_X = 0,
|
||||
|
|
Loading…
Reference in a new issue