File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Assets/CSharpCompilerSettings
Packages/CSharpCompilerSettings/Editor Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
using UnityEditor . Compilation ;
12
12
using Assembly = System . Reflection . Assembly ;
13
13
14
- namespace Coffee . CSharpCompilierSettings
14
+ namespace Coffee . CSharpCompilerSettings
15
15
{
16
16
[ InitializeOnLoad ]
17
17
internal static class Core
Original file line number Diff line number Diff line change 3
3
using System . Linq ;
4
4
using UnityEditor ;
5
5
using UnityEngine ;
6
- using LVersion = Coffee . CSharpCompilierSettings . CSharpLanguageVersion ;
6
+ using LVersion = Coffee . CSharpCompilerSettings . CSharpLanguageVersion ;
7
7
8
- namespace Coffee . CSharpCompilierSettings
8
+ namespace Coffee . CSharpCompilerSettings
9
9
{
10
10
internal class CscSettings : ScriptableObject
11
11
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace Coffee . CSharpCompilerSettings
4
4
{
5
- internal class CSharpCompilierSettingsProvider
5
+ internal class CSharpCompilerSettingsProvider
6
6
{
7
7
[ SettingsProvider ]
8
8
private static SettingsProvider CreateSettingsProvider ( )
You can’t perform that action at this time.
0 commit comments