Пример #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (DrawCount != 0)
            {
                hash ^= DrawCount.GetHashCode();
            }
            if (consumeItemPB_ != null)
            {
                hash ^= ConsumeItemPB_.GetHashCode();
            }
            return(hash);
        }
Пример #2
0
 public string[] GetDynamicArgs(DrawCount action)
 {
     return(Group(action.Chief.Index, action.Count));
 }