Table of Contents

Class SceneTeleporterDictionary

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Serializable dictionary mapping string keys to scene teleporter details. Used to store and retrieve teleporter destinations and settings for scenes.

[Serializable]
public class SceneTeleporterDictionary : SerializableDictionary<string, SceneTeleporterDetails>, IDictionary<string, SceneTeleporterDetails>, ICollection<KeyValuePair<string, SceneTeleporterDetails>>, IEnumerable<KeyValuePair<string, SceneTeleporterDetails>>, IDictionary, ICollection, IEnumerable, ISerializationCallbackReceiver, IDeserializationCallback, ISerializable
Inheritance
SceneTeleporterDictionary
Implements
ISerializationCallbackReceiver
Inherited Members