Traveller/scripts/projectile/Projectile.cs

7 lines
99 B
C#
Raw Normal View History

2024-04-28 13:55:19 +00:00
namespace ColdMint.scripts.projectile;
public partial class Projectile : ProjectileTemplate
{
}