Commit Description:
Merge in m5-tiles-and-trees! ?
Commit Description:
Merge in m5-tiles-and-trees! ?
References:
Show/Diff file:
Action:
isometric-park-fna/Components/OptionsComponent.cs
11 lines | 244 B | text/x-csharp | CSharpLexer
using Encompass;
namespace isometricparkfna.Components {
public struct OptionsComponent : IComponent {
public ProfanityLevel ProfanitySetting;
public float SoundEffectVolume;
public bool SoundEffectMuted;
}
}