2021-11-12 11:55:21 -05:00

15 lines
240 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.Utilities
{
class Position
{
private float x;
private float y;
}
}