using Sog; using ProtoCSStruct; using System.Collections.Generic; namespace Game { class ExchangeCodeSvc { public static ExchangeCodeStrcut emptyOne = new ExchangeCodeStrcut { m_objectID = -1 }; } }