Files
BABA_YAGA/Assets/Third Parties/D.A. Assets/Figma-Converter-for-Unity/Resources/BaseClass.txt

12 lines
103 B
Plaintext
Raw Normal View History

2026-05-13 23:02:02 +07:00
using System;
using UnityEngine;
{0}
namespace {1}
{{
public class {2} : {3}
{{
{4}
}}
}}