quality-control/Assets/Scripts/Products/DefectiveProduct.cs
2024-08-17 20:38:25 +02:00

6 lines
71 B
C#

using UnityEngine;
public class DefectiveProduct : Product
{
}