mirror of
https://github.com/ynerant/Level-Editor.git
synced 2025-06-29 04:40:55 +02:00
Fixé problème de fichier manquant
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package galaxyoyo.unknown.api.editor;
|
||||
|
||||
public enum Collision
|
||||
{
|
||||
FULL, LEFT, RIGHT, TOP, BOTTOM, ANY;
|
||||
}
|
Reference in New Issue
Block a user