mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-27 22:27:58 +03:00
Rename MEMBERS separator comments to FIELDS.
This commit is contained in:
parent
e72f6041e3
commit
e2b41157db
@ -175,7 +175,7 @@ namespace Syroot.Worms.Armageddon.ProjectX
|
||||
[DebuggerDisplay("LibraryItem Key={Key} Type={Type}")]
|
||||
public class LibraryItem
|
||||
{
|
||||
// ---- MEMBERS ------------------------------------------------------------------------------------------------
|
||||
// ---- FIELDS -------------------------------------------------------------------------------------------------
|
||||
|
||||
private object _value;
|
||||
|
||||
|
@ -10,7 +10,7 @@ namespace Syroot.Worms.Armageddon
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct MapGeneratorSettings
|
||||
{
|
||||
// ---- MEMBERS ------------------------------------------------------------------------------------------------
|
||||
// ---- FIELDS -------------------------------------------------------------------------------------------------
|
||||
|
||||
/// <summary>
|
||||
/// The random seed to generate the land shape (no effect in BIT files).
|
||||
@ -69,8 +69,8 @@ namespace Syroot.Worms.Armageddon
|
||||
/// Represents the water color used for the map (deprecated, used only in Worms Armageddon 1.0).
|
||||
/// </summary>
|
||||
public int WaterColor;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents the possible land styles.
|
||||
/// </summary>
|
||||
|
@ -17,7 +17,7 @@ namespace Syroot.Worms.Core.Riff
|
||||
|
||||
private const string _signature = "RIFF";
|
||||
|
||||
// ---- MEMBERS ------------------------------------------------------------------------------------------------
|
||||
// ---- FIELDS -------------------------------------------------------------------------------------------------
|
||||
|
||||
private static readonly Dictionary<Type, TypeData> _typeDataCache = new Dictionary<Type, TypeData>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user