9 lines
94 B
C#
9 lines
94 B
C#
using UnityEngine;
|
|
|
|
public class DefferedDecal : MonoBehaviour
|
|
{
|
|
public void Awake()
|
|
{
|
|
}
|
|
}
|