// Token: 0x06001322 RID: 4898 RVA: 0x00004AD2 File Offset: 0x00002CD2
 internal void method_60(object object_0, Class76 class76_0)
 {
     if (this.delegate171_0 != null)
     {
         this.delegate171_0(object_0, class76_0);
     }
 }
Exemple #2
0
        public ushort method_2(char c)
        {
            Class76 class76 = this.method_1(c);

            if (class76 != null)
            {
                return(class76.method_0(c));
            }
            return(0);
        }