mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-13 21:26:16 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
11 lines
117 B
C#
11 lines
117 B
C#
namespace pkNX.Structures;
|
|
|
|
public enum RefreshType : byte
|
|
{
|
|
None,
|
|
Disheveled,
|
|
Mud,
|
|
Dust,
|
|
Dry,
|
|
}
|