dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://47.95.218.140:8090/r/GemBattle
wangguan
2020-12-26
88a0a33dc3ebc8c6cef149f99a5618b239573d03
[GemBattle.git]
/
Assets
/
Scripts
/
Test
/
GreatChildCls.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GreatChildCls : MonoBehaviour
{
public Vector3 finalVec;
public string getString()
{
return "hello,world";
}
}