説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Attributes.cs 133B

12345678
  1. using System;
  2. namespace Unity.Collections
  3. {
  4. #if !UNITY_PROPERTIES_EXISTS
  5. class CreatePropertyAttribute : Attribute { }
  6. #endif
  7. }