OBJ_INTERFACE_ID.cs 595 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.FeedbackRenZiJia.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
        public const UInt32 FEEDBACK_ID = 0x001f0002;
        public const UInt32 SNAPSHOT_ID = 0x001f0003;
        public const UInt32 HEATBUF_ID = 0x001f0004;
        public const UInt32 HEATCELL_ID = 0x001f0005;


        public const UInt32 WARNING_OBJ_ID = 0x001f0300;
        public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301;
        public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302;
    }
}