Absolute Northy
Polakrit
Bangkok, Krung Thep, Thailand
当前离线
最新动态
总时数 14.6 小时
最后运行日期:5 月 7 日
总时数 93 小时
最后运行日期:5 月 5 日
成就进度   25 / 57
总时数 66 小时
最后运行日期:5 月 3 日
2025 年 7 月 5 日 上午 6:21 
added for trade ^^
2025 年 5 月 9 日 上午 4:05 
+rep incredible accuracy
2025 年 5 月 1 日 上午 2:22 
Skilled duo
2022 年 6 月 11 日 下午 9:06 
SHHHHHHHHHHHHHH......
2021 年 1 月 1 日 上午 1:30 
HAPPY NEW YEAR 2021 Everybody!!!!
Throw out any ♥♥♥♥ from last year away and Get good boys!!!!
2019 年 8 月 9 日 上午 8:00 
using UnityEngine;
using System.Collections;
.

public class ExampleClass : MonoBehaviour
{
CharacterController characterController;

public float speed = 6.0f;
public float jumpSpeed = 8.0f;
public float gravity = 20.0f;

private Vector3 moveDirection = Vector3.zero;

void Start()
{
characterController = GetComponent<CharacterController>();
}