Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赤子奈落
YGOProUnity_V2
Commits
1281d1d4
Commit
1281d1d4
authored
Apr 07, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor format
parent
8abaa190
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
.gitignore
.gitignore
+1
-0
Assets/SibylSystem/Ocgcore/OCGobjects/gameHiddenButton.cs
Assets/SibylSystem/Ocgcore/OCGobjects/gameHiddenButton.cs
+2
-2
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
+2
-2
Assets/SibylSystem/SelectDeck/selectDeck.cs
Assets/SibylSystem/SelectDeck/selectDeck.cs
+2
-2
Assets/YGOSharp/CardsManager.cs
Assets/YGOSharp/CardsManager.cs
+2
-2
No files found.
.gitignore
View file @
1281d1d4
...
@@ -38,6 +38,7 @@ sysinfo.txt
...
@@ -38,6 +38,7 @@ sysinfo.txt
cdb/
cdb/
deck/
deck/
pack/
pack/
replay/
texture/
texture/
config/
config/
bin/
bin/
...
...
Assets/SibylSystem/Ocgcore/OCGobjects/gameHiddenButton.cs
View file @
1281d1d4
using
System
;
using
System
;
using
UnityEngine
;
using
UnityEngine
;
using
YGOSharp.OCGWrapper.Enums
;
using
YGOSharp.OCGWrapper.Enums
;
public
class
gameHiddenButton
:
OCGobject
public
class
gameHiddenButton
:
OCGobject
{
{
public
CardLocation
location
;
public
CardLocation
location
;
...
...
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
View file @
1281d1d4
...
@@ -5,8 +5,8 @@ using System.Collections.Generic;
...
@@ -5,8 +5,8 @@ using System.Collections.Generic;
using
System.IO
;
using
System.IO
;
using
System.Threading
;
using
System.Threading
;
using
UnityEngine
;
using
UnityEngine
;
using
YGOSharp.OCGWrapper.Enums
;
using
YGOSharp.OCGWrapper.Enums
;
public
enum
GameTextureType
public
enum
GameTextureType
{
{
card_picture
=
0
,
card_picture
=
0
,
...
...
Assets/SibylSystem/SelectDeck/selectDeck.cs
View file @
1281d1d4
...
@@ -3,8 +3,8 @@ using System.Collections.Generic;
...
@@ -3,8 +3,8 @@ using System.Collections.Generic;
using
System.IO
;
using
System.IO
;
using
System.Text.RegularExpressions
;
using
System.Text.RegularExpressions
;
using
UnityEngine
;
using
UnityEngine
;
using
YGOSharp.OCGWrapper.Enums
;
using
YGOSharp.OCGWrapper.Enums
;
public
class
selectDeck
:
WindowServantSP
public
class
selectDeck
:
WindowServantSP
{
{
...
...
Assets/YGOSharp/CardsManager.cs
View file @
1281d1d4
...
@@ -4,8 +4,8 @@ using Mono.Data.Sqlite;
...
@@ -4,8 +4,8 @@ using Mono.Data.Sqlite;
using
System
;
using
System
;
using
System.IO
;
using
System.IO
;
using
System.Text.RegularExpressions
;
using
System.Text.RegularExpressions
;
using
YGOSharp.OCGWrapper.Enums
;
using
YGOSharp.OCGWrapper.Enums
;
namespace
YGOSharp
namespace
YGOSharp
{
{
internal
static
class
CardsManager
internal
static
class
CardsManager
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment