Skip to content

Commit

Permalink
docs: Adding required license header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-René Lavoie committed Jan 19, 2024
1 parent cbfbed5 commit bc0181c
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
/*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB ([email protected]).
* See LICENSE for details.
*/

package com.almasb.fxgl.core.collection.grid;


/**
* Define Diagonal Movement mode
*
* @author Jean-Rene Lavoie ([email protected])
*/
public enum Diagonal {

NEVER, ALLOWED;
Expand Down

0 comments on commit bc0181c

Please sign in to comment.