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