# MethodTemplate

{% code overflow="wrap" lineNumbers="true" fullWidth="true" %}

```csharp
using UnityEngine;

public class ExampleScriptName : MonoBehaviour
{
	void Start ()
	{
		
	}
	
	void Update ()
	{
	
	}
}
```

{% endcode %}
