Beispiel #1
0
    public static int  obj_hash(long L)
    {
        UnityEvent obj = FCGetObj.GetObj <UnityEvent>(L);

        if (obj != null)
        {
            return(obj.GetHashCode());
        }
        return(0);
    }