summaryrefslogtreecommitdiff
path: root/EncryptedData/Vector3_e.cs
blob: 29d30c9f9682ce0aedbbe532f4c413f1c4e98107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Assets.Scripts.Tools.Cheat
{
    class Vector3_e : IEquatable<int_e>, IComparable<int_e>, IEncryptedData
    {
        private float_e _datax; 
        private float_e _datay; 
        private float_e _dataz; 
    }
}