file refactor
This commit is contained in:
parent
da5a3e874b
commit
bffb012a26
175 changed files with 1086 additions and 1107 deletions
9
scripts/IProjectile.cs
Normal file
9
scripts/IProjectile.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Newlon.Components;
|
||||
|
||||
//
|
||||
// Base interface for entities
|
||||
//
|
||||
public interface IProjectile
|
||||
{
|
||||
public int Line { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue