Projet-IA-Madelaine/Scripts/Objects/ScoreTime.cs
2024-06-12 21:03:42 +02:00

11 lines
150 B
C#

using System;
using System.Collections.Generic;
public class GenericVector<TX, TY>
{
public TX X { get; set; }
public TY Y { get; set; }
}