Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
PaintPosition.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4[Serializable]
5public class PaintPosition
6{
7 public Vector3 pos;
8
9 public bool flip;
10}