11:32am7-10-25 11:32am7-10-25 11:32am7-10-25 11:32am7-10-25 11:32am7-10-25 11:32am
17 lines
211 B
C#
17 lines
211 B
C#
using Godot;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class Player : Node
|
|
{
|
|
|
|
public List<Shark> _sharks;
|
|
public List<SharkHud> _sharkHuds;
|
|
|
|
public override void _Ready()
|
|
{
|
|
|
|
}
|
|
|
|
}
|