mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
orrected warnings
This commit is contained in:
parent
827494edde
commit
b7fc718e9d
2 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ using Godot;
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
public partial class fragola : RigidBody2D
|
||||
public partial class Fragola : RigidBody2D
|
||||
{
|
||||
[Signal]
|
||||
public delegate void HitEventHandler();
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ public partial class EnemyPossessionMovement : ActorFreeMovement
|
|||
{
|
||||
|
||||
private ActorAi _actorAi;
|
||||
public bool IsDestroyed => _parent.IsDestroyed;
|
||||
// State accessor
|
||||
|
||||
private AiState _previousAiState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue