5 lines
103 B
C#
5 lines
103 B
C#
using UnityEngine;
|
|
public class SceneBlockDivide : MonoBehaviour
|
|
{
|
|
public int blockWidth = 10;
|
|
} |