Skip to content

Commit

Permalink
Added boat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicl committed Oct 18, 2018
1 parent d98643a commit c017731
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions Assets/Scripts/ActivityUI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
Expand Down Expand Up @@ -41,7 +41,30 @@ public class ActivityUI : MonoBehaviour {
"Running",
"Car",
"Underground",
"Airplane"
"Airplane",
"Boat",
"Escalator",
"Ferry",
"Funicular",
"Motorcycle",
"Sailing",
"Ccooter",
"Cross country skiing",
"Downhill skiing",
"Golfing",
"Kayaking",
"Paddling",
"Paintball",
"Riding",
"Roller skiing",
"Rollerblading",
"Rollerskating",
"Rowing",
"Skateboarding",
"Skating",
"Snowboarding",
"Snowshoeing",
"Wheel chair"
};

public void Setup(ActivityType? type, double distance, float time, DateTime endTime, MovesJson.SegmentsInfo.PlaceInfo placeInfo) {
Expand Down

0 comments on commit c017731

Please sign in to comment.