This repository has been archived on 2025-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
ADEPT/ADEPT-Godot/Core/Scripts/PartSystem/PartsSystem.cs

6 lines
83 B
C#

namespace ADEPT.Core.PartsSystem;
public class PartsSystem : IPartsSystem
{
}