摘要: using System; enum Move { walk, run } class Program { static float[] speedAry = { 50.0f, 200.0f }; public static Move move = ... 阅读全文
posted @ 2015-12-12 14:58 盘子脸 阅读(1208) 评论(0) 推荐(0) 编辑