fgm24/Assets/Scripts/Blood/Mop.cs

9 lines
129 B
C#
Raw Permalink Normal View History

2024-02-03 12:22:55 +01:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Mop : MonoBehaviour
{
// Empy
}