diff --git a/Assets/Plugins/GitHub/Editor.meta b/Assets/Plugins/GitHub/Editor.meta new file mode 100644 index 00000000..2c9529c3 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cad92998c5182496e8b989b406d9f156 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Game Rules/RuleSet.cs b/Assets/Scripts/Game Rules/RuleSet.cs index 6b14b414..fb15a7d8 100644 --- a/Assets/Scripts/Game Rules/RuleSet.cs +++ b/Assets/Scripts/Game Rules/RuleSet.cs @@ -29,7 +29,7 @@ public class RuleSet : MonoBehaviour void Awake() { - SetMatchTime(1); + SetMatchTime(3); StartMatchTimer(); }