mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 01:43:46 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
|
|
@ -1,8 +1,9 @@
|
|||
using Godot;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using Cirno.Scripts;
|
||||
|
||||
public partial class Activable : Node2D
|
||||
public partial class Activable : Node2D, IActivable
|
||||
{
|
||||
public virtual void Activate()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue