Projektdateien hinzufügen.
This commit is contained in:
16
SM64Lib/Model/FogPreset.cs
Normal file
16
SM64Lib/Model/FogPreset.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace SM64Lib.Model
|
||||
{
|
||||
public enum FogPreset
|
||||
{
|
||||
SubtleFog1 = 0,
|
||||
SubtleFog2,
|
||||
ModerateFog1,
|
||||
ModerateFog2,
|
||||
ModerateFog3,
|
||||
ModerateFog4,
|
||||
IntenseFog,
|
||||
VeryIntenseFog,
|
||||
HardcoreFog
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user