mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 20:25:53 +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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue