コード例 #1
0
ファイル: VvVTrapKit.cs プロジェクト: travismills82/TrueUO
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            reader.ReadInt();

            DeploymentType = (DeploymentType)reader.ReadInt();
            TrapType       = (VvVTrapType)reader.ReadInt();
        }
コード例 #2
0
ファイル: VvVTrapKit.cs プロジェクト: travismills82/TrueUO
 public VvVTrapKit(VvVTrapType type) : base(7866)
 {
     TrapType       = type;
     DeploymentType = DeploymentType.Proximaty;
 }