Skip to content

Commit 4713e17

Browse files
committed
Header のAttribute追加
1 parent 593fa96 commit 4713e17

File tree

1 file changed

+1
-0
lines changed
  • Assets/ArtNet/Runtime/Scripts/Common

1 file changed

+1
-0
lines changed

Assets/ArtNet/Runtime/Scripts/Common/Config.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class Config : ScriptableObject
1010

1111
private const int Priority = 20000;
1212

13+
[Header("Log Settings")]
1314
[SerializeField] private bool _enableLogging = true;
1415
[SerializeField] private LogLevel _logLevel = Const.Config.DefaultLogLevel;
1516

0 commit comments

Comments
 (0)