Enum MPSerializerHelper.AtomicType
- Namespace
- KSP.Networking.MP.Serialize
- Assembly
- Assembly-CSharp.dll
public enum MPSerializerHelper.AtomicType
- Extension Methods
Fields
Bool = 1Byte = 2Char = 12Double = 11Float = 10Guid = 14Int16 = 4Int32 = 6Int64 = 8None = 0SByte = 3String = 13UInt16 = 5UInt32 = 7UInt64 = 9