mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-08 13:26:39 +01:00
4d755dc506
- Move more stuff to the flywheel namespace - Give up on ShaderConstants, there's a better way to do it - A semblance of better crash reports
6 lines
104 B
Java
6 lines
104 B
Java
package com.jozufozu.flywheel;
|
|
|
|
public class Flywheel {
|
|
|
|
public static final String ID = "flywheel";
|
|
}
|