浏览代码

[Bot] Automated dotnet-format update

/devlogs-3-input
Yohann Puyhaubert 3 年前
当前提交
34a837d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Interaction/Interaction.cs

2
UOP1_Project/Assets/Scripts/Interaction/Interaction.cs


using UnityEngine;
public class Interaction
public class Interaction
{
public static Interaction NONE = new Interaction(InteractionType.None, null);

正在加载...
取消
保存