18 lines
No EOL
225 B
C#
18 lines
No EOL
225 B
C#
|
|
|
|
|
|
using UnityEngine;
|
|
|
|
#if UNITY_EDITOR
|
|
|
|
|
|
#endif
|
|
namespace SLZ.Marrow.SceneStreaming
|
|
{
|
|
[AddComponentMenu("MarrowSDK/Player Marker")]
|
|
public class PlayerMarker : MonoBehaviour
|
|
{
|
|
#if UNITY_EDITOR
|
|
#endif
|
|
}
|
|
} |