Formatting/nitpicks
This commit is contained in:
parent
b93dc95c4a
commit
4f0c4f2fe7
6 changed files with 9 additions and 6 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
# https://editorconfig.org/
|
||||
|
||||
root = true
|
||||
|
||||
[*.cs]
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
|
@ -2,7 +2,6 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Web;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DiamondTimeViewer
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using MIU;
|
||||
using System;
|
||||
|
||||
namespace DiamondTimeViewer
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using HarmonyLib;
|
||||
using System;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace DiamondTimeViewer
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
using HarmonyLib;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DiamondTimeViewer.Patches
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<UserPropertiesNotSetUp>True</UserPropertiesNotSetUp>
|
||||
<!-- Insert path to MIUU game directory here -->
|
||||
<GameDir></GameDir>
|
||||
<!-- Insert path to where your mod should build to -->
|
||||
<!-- Change path if you want to change to where the mod should build -->
|
||||
<ModOutputDir>$(GameDir)\Mods\DiamondTimeViewer</ModOutputDir>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue