mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-02 10:55:18 -05:00
11 lines
150 B
C#
11 lines
150 B
C#
namespace pkNX.Structures
|
|
{
|
|
public enum RefreshType : byte
|
|
{
|
|
None,
|
|
Disheveled,
|
|
Mud,
|
|
Dust,
|
|
Dry,
|
|
}
|
|
} |