diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/codeStyles/codeStyleConfig.xml | 5 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/contentModel.xml | 13 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/indexLayout.xml | 1 |
3 files changed, 18 insertions, 1 deletions
diff --git a/.idea/.idea.Project Sandbox/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.Project Sandbox/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </state> +</component>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/contentModel.xml b/.idea/.idea.Project Sandbox/.idea/contentModel.xml index 96d434c..e46e2f7 100644 --- a/.idea/.idea.Project Sandbox/.idea/contentModel.xml +++ b/.idea/.idea.Project Sandbox/.idea/contentModel.xml @@ -5,6 +5,7 @@ <e p="$USER_HOME$/.cache/JetBrains/Rider2020.2/resharper-host/local/Transient/Rider/v202/SolutionCaches/_Project Sandbox.-2130575860.00" t="ExcludeRecursive" /> <e p="$PROJECT_DIR$" t="IncludeRecursive"> <e p="Assembly-CSharp-Editor.csproj" t="IncludeRecursive" /> + <e p="Assembly-CSharp-firstpass.csproj" t="IncludeRecursive" /> <e p="Assembly-CSharp.csproj" t="IncludeRecursive" /> <e p="Assets" t="Include"> <e p="Fonts" t="Include"> @@ -16,6 +17,17 @@ <e p="PlayerControls.cs" t="Include" /> <e p="README.txt" t="Include" /> </e> + <e p="Plugins" t="Include"> + <e p="DiscordGameSDK" t="Include"> + <e p="ActivityManager.cs" t="Include" /> + <e p="Constants.cs" t="Include" /> + <e p="Core.cs" t="Include" /> + <e p="ImageManager.cs" t="Include" /> + <e p="LobbyManager.cs" t="Include" /> + <e p="StorageManager.cs" t="Include" /> + <e p="StoreManager.cs" t="Include" /> + </e> + </e> <e p="Scripts" t="Include"> <e p="AudioManager.cs" t="Include" /> <e p="Dialogue" t="Include"> @@ -23,6 +35,7 @@ <e p="DialogueManager.cs" t="Include" /> <e p="DialogueTrigger.cs" t="Include" /> </e> + <e p="DiscordController.cs" t="Include" /> <e p="LoadScene.cs" t="Include" /> <e p="MouseLook.cs" t="Include" /> <e p="PauseMenu.cs" t="Include" /> diff --git a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml index 49660c7..84479e5 100644 --- a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml +++ b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml @@ -30,7 +30,6 @@ <Path>.idea</Path> <Path>Build</Path> <Path>Library</Path> - <Path>Temp</Path> <Path>obj</Path> </explicitExcludes> </component> |
