Formatting.

This commit is contained in:
Nathan Sweet 2020-03-22 03:10:07 +01:00
parent 5e73e94ffa
commit 9b2690bfe7

View File

@ -39,7 +39,7 @@ import com.esotericsoftware.spine.AnimationState.AnimationStateListener;
* AnimationStateListener {@link AnimationStateListener#event(com.esotericsoftware.spine.AnimationState.TrackEntry, Event)}, and * AnimationStateListener {@link AnimationStateListener#event(com.esotericsoftware.spine.AnimationState.TrackEntry, Event)}, and
* <a href="http://esotericsoftware.com/spine-events">Events</a> in the Spine User Guide. */ * <a href="http://esotericsoftware.com/spine-events">Events</a> in the Spine User Guide. */
public class Event { public class Event {
final private EventData data; private final EventData data;
int intValue; int intValue;
float floatValue; float floatValue;
String stringValue; String stringValue;