7 lines
98 B
C#
7 lines
98 B
C#
using System;
|
|
|
|
namespace ZoFo.GameCore.GameObjects;
|
|
public class Rock : Projectile
|
|
{
|
|
|
|
}
|