mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-12 22:44:35 +01:00
17 lines
234 B
C#
17 lines
234 B
C#
namespace MoleMole
|
|
{
|
|
public enum E_ShaderData
|
|
{
|
|
Frozon = 0,
|
|
Invincible = 1,
|
|
Endure = 2,
|
|
InverseTimeSpace = 3,
|
|
Transparent = 4,
|
|
Distortion = 5,
|
|
ColorBias = 6,
|
|
AppearKiana = 7,
|
|
AppearMei = 8,
|
|
AvatarHelper = 9
|
|
}
|
|
}
|