7 lines
97 B
C#
7 lines
97 B
C#
using UnityEngine;
|
|
|
|
public class vp_SurfaceIdentifier : MonoBehaviour
|
|
{
|
|
public int SurfaceID;
|
|
}
|