浏览代码

fix compile error

/generic-asset-sources
Mohsen Kamalzadeh 3 年前
当前提交
1366c2e8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Runtime/Randomization/Randomizers/AssetSources/IAssetRoleBase.cs

4
com.unity.perception/Runtime/Randomization/Randomizers/AssetSources/IAssetRoleBase.cs


/// <summary>
/// The string label uniquely associated with this asset role
/// </summary>
public abstract string label { get; }
string label { get; }
public abstract string description { get; }
string description { get; }
}
}
正在加载...
取消
保存