1
0
mirror of https://github.com/ynerant/Level-Editor.git synced 2025-01-09 08:02:19 +00:00

Fixé problème de fichier manquant

This commit is contained in:
galaxyoyo 2015-01-09 19:47:07 +01:00
parent 916417dec8
commit 2813f325dc

View File

@ -0,0 +1,6 @@
package galaxyoyo.unknown.api.editor;
public enum Collision
{
FULL, LEFT, RIGHT, TOP, BOTTOM, ANY;
}