Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
PrefFlag.cs
Go to the documentation of this file.
1using System;
2
3[Flags]
4public enum PrefFlag
5{
6 UsePref = 1,
7 Test1 = 2,
8 Float = 4,
9 Surface = 8
10}
PrefFlag
Definition: PrefFlag.cs:5