Table of Contents

Class ExampleWorldModule

Namespace
Shard.Examples
Assembly
Shard.Examples.dll
public sealed class ExampleWorldModule : IFlecsModule
Inheritance
ExampleWorldModule
Implements
IFlecsModule
Inherited Members

Fields

ExampleNpcEntityName

public const string ExampleNpcEntityName = "ExampleNpc"

Field Value

string

SpawnPointEntityName

public const string SpawnPointEntityName = "ExampleSpawnPoint"

Field Value

string

WorldEntityName

public const string WorldEntityName = "ExampleWorld"

Field Value

string

Methods

InitModule(World)

public void InitModule(World store)

Parameters

store World