summaryrefslogtreecommitdiff
path: root/EncryptedData/long_e.cs
blob: d166124f21e6501a817f02abf63cfc503c9db2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Assets.Scripts.Tools.Cheat
{
    class long_e : IEquatable<int_e>, IComparable<int_e>, IEncryptedData
    {
        private bool _isInit;
        private long _data;
        private long _verifynum;
        private long _backData;
        private static long _randomSeed;



    }
}