OBJ_INTERFACE_ID.cs 495 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.FeedbackRenZiJia.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
10 11 12 13
        public const UInt32 FEEDBACK_ID = 31000;
        public const UInt32 SNAPSHOT_ID = 31001;
        public const UInt32 HEATBUF_ID = 31002;
        public const UInt32 HEATCELL_ID = 31003;
潘栩锋's avatar
潘栩锋 committed
14

潘栩锋's avatar
潘栩锋 committed
15 16 17
        /// <summary>
        /// 3个
        /// </summary>
18
        public const UInt32 WARNING_OBJ_ID = 20000;
潘栩锋's avatar
潘栩锋 committed
19 20
    }
}