16 lines
211 B
C#
16 lines
211 B
C#
using UnityEngine;
|
|
/// <summary>
|
|
/// Animation
|
|
/// Background
|
|
/// Dash
|
|
/// Walljump
|
|
/// Doublejump
|
|
/// In-Flight Control bool
|
|
/// Levelelement
|
|
/// Camera
|
|
/// </summary>
|
|
public class ToDo : MonoBehaviour
|
|
{
|
|
|
|
}
|