11 lines
185 B
C#
11 lines
185 B
C#
|
|
using System;
|
|||
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace Stary.Evo
|
|||
|
|
{
|
|||
|
|
public class ControlBindingAttribute : Attribute
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|