9 lines
73 B
C#
9 lines
73 B
C#
using Godot;
|
|
using System;
|
|
|
|
public partial class Table : Sprite2D
|
|
|
|
{
|
|
|
|
}
|