Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
- boat import fix
  • Loading branch information
bionicl authored Oct 18, 2018
2 parents e75b4b7 + c017731 commit daf6c8a
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 daf6c8a

Please sign in to comment.