diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-05 13:18:39 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-05 13:18:39 -0500 |
| commit | 0f7e3ced25ee1138980f4ddfcb37e45fbc54bead (patch) | |
| tree | 33f34ab33f1af5bb3413372030ef25642eedded1 /.idea | |
| parent | df8769c71a03c4fc47945e39eed16d500f82ad71 (diff) | |
| download | Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.tar.gz Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.tar.bz2 Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.zip | |
Discord RPC; Removed jumping function for now
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> |
