can we make a class inside a class? and if it cans how to use it?

前端 未结 0 1741
滥情空心
滥情空心 2021-02-15 16:30

I wonder if I write:

public class board : MonoBehaviour
{
    public class Board
    {
       int tes;
    } 







    void Start()
    {

    }

    
    void          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题