8 lines
99 B
C#
8 lines
99 B
C#
namespace Sand.Core;
|
|
|
|
public enum SimulationStorageMode
|
|
{
|
|
Dense = 0,
|
|
ChunkPrototype = 1,
|
|
}
|