mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 11:05:54 +00:00
Intro frames
This commit is contained in:
parent
f443c24b8a
commit
49e58ff735
92 changed files with 2010 additions and 228 deletions
|
|
@ -3,10 +3,11 @@ using System;
|
|||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using Cirno.Scripts;
|
||||
using Cirno.Scripts.Interactables;
|
||||
using Cirno.Scripts.Resources;
|
||||
using Godot.Collections;
|
||||
|
||||
public partial class Interactable : Area2D
|
||||
public partial class Interactable : Area2D, IInteractable
|
||||
{
|
||||
[Export] public Array<LootItem> Requirements = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue