Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AnimePhase.cs File Reference

Go to the source code of this file.

Enumerations

enum  AnimePhase { Intro , Outro , Loop }
 

Enumeration Type Documentation

◆ AnimePhase

enum AnimePhase
Enumerator
Intro 
Outro 
Loop 

Definition at line 1 of file AnimePhase.cs.

2{
3 Intro,
4 Outro,
5 Loop
6}