Files
Fonepay-Unity/Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayWebsocketClient.cs
Savya Bikram Shah 2223b2d3ae initital push
2026-05-07 14:18:36 +05:45

20 lines
370 B
C#

using UnityEngine;
namespace Darkmatter.Fonepay
{
public class FonepayWebsocketClient : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}