From 45fdb46da94f78b1c3fb198255ebeccafb526f8a Mon Sep 17 00:00:00 2001 From: Vaclav Bily Date: Fri, 25 Oct 2024 19:01:46 +0200 Subject: [PATCH] Remove BOM --- .npmignore | 2 +- README.md | 2 +- Runtime.meta | 2 +- Runtime/DescriptionBaseSO.cs | 2 +- Runtime/IResettable.cs | 2 +- Runtime/IResettable.cs.meta | 2 +- Runtime/cz.xprees.core.asmdef.meta | 2 +- package.json.meta | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.npmignore b/.npmignore index a00759f..67ef5a2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,2 @@ -.github +.github .npmignore \ No newline at end of file diff --git a/README.md b/README.md index 7f4d2d9..82d5884 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Unity Core classes +# Unity Core classes This is base package containing a few common classes for Unity projects. diff --git a/Runtime.meta b/Runtime.meta index 7fed548..8676a9b 100644 --- a/Runtime.meta +++ b/Runtime.meta @@ -1,3 +1,3 @@ -fileFormatVersion: 2 +fileFormatVersion: 2 guid: 3bd4493521d342c1a2c9ca8bb6485eb5 timeCreated: 1684674757 \ No newline at end of file diff --git a/Runtime/DescriptionBaseSO.cs b/Runtime/DescriptionBaseSO.cs index 6842a95..fac5642 100644 --- a/Runtime/DescriptionBaseSO.cs +++ b/Runtime/DescriptionBaseSO.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; namespace Xprees.Core { diff --git a/Runtime/IResettable.cs b/Runtime/IResettable.cs index 7551485..a434a55 100644 --- a/Runtime/IResettable.cs +++ b/Runtime/IResettable.cs @@ -1,4 +1,4 @@ -namespace Xprees.Core +namespace Xprees.Core { public interface IResettable { diff --git a/Runtime/IResettable.cs.meta b/Runtime/IResettable.cs.meta index 2a0c3c2..4ec6849 100644 --- a/Runtime/IResettable.cs.meta +++ b/Runtime/IResettable.cs.meta @@ -1,3 +1,3 @@ -fileFormatVersion: 2 +fileFormatVersion: 2 guid: c8f0ed04496d426cbd10731fb3a7dfee timeCreated: 1681059559 \ No newline at end of file diff --git a/Runtime/cz.xprees.core.asmdef.meta b/Runtime/cz.xprees.core.asmdef.meta index 9b3ade3..b4c6a72 100644 --- a/Runtime/cz.xprees.core.asmdef.meta +++ b/Runtime/cz.xprees.core.asmdef.meta @@ -1,3 +1,3 @@ -fileFormatVersion: 2 +fileFormatVersion: 2 guid: 999c2ca78ab34358a1222750376a501c timeCreated: 1679504908 \ No newline at end of file diff --git a/package.json.meta b/package.json.meta index 7f90656..99e900f 100644 --- a/package.json.meta +++ b/package.json.meta @@ -1,3 +1,3 @@ -fileFormatVersion: 2 +fileFormatVersion: 2 guid: 4c7659a42f434a118d3717ff3ca8be3a timeCreated: 1684674154 \ No newline at end of file