14 lines
224 B
C#
14 lines
224 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace NeoFPS.Samples
|
|
{
|
|
public class OptionsNavControls : MenuNavControls
|
|
{
|
|
public void Save ()
|
|
{
|
|
Debug.Log ("Needed?");
|
|
}
|
|
}
|
|
} |