浏览代码

Add IEquatable on Key.

/main
Yuncong Zhang 6 年前
当前提交
3b026274
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/foundation/key.cs

2
Runtime/foundation/key.cs


using System.Collections.Generic;
namespace Unity.UIWidgets.foundation {
public abstract class Key {
public abstract class Key : IEquatable<Key> {
protected Key() {
}

正在加载...
取消
保存