7 lines
96 B
C#
7 lines
96 B
C#
using UnityEngine;
|
|
|
|
public static class OutlineConfig
|
|
{
|
|
public static float Width = 2.0f;
|
|
}
|