3 lines
79 B
C#
3 lines
79 B
C#
public class Collectable : Entity {
|
|
public Collectable() : base() { }
|
|
}
|