mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 12:25:54 +00:00
Mapping and models
This commit is contained in:
parent
bd7f04d6fe
commit
595444885d
21 changed files with 4674 additions and 843 deletions
11
Scripts/Controllers/PooledBulletInfo.cs
Normal file
11
Scripts/Controllers/PooledBulletInfo.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Cirno.Scripts.Resources;
|
||||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Controllers;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class PooledBulletInfo : Resource
|
||||
{
|
||||
[Export] public BulletResource Bullet { get; private set; }
|
||||
[Export] public int Amount { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue