91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.28M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽:

資源簡介

坦克大戰

資源截圖

代碼片段和文件信息

using?System.Drawing;
//Download?by?http://www.codefans.net
//add

//add

namespace?坦克
{
????internal?class?bullet
????{
????????private?readonly?bool?type;?//己方子彈true敵方子彈false
????????private?int?direct;?//子彈行進方向
????????private?int?height?=?32;
????????private?int?left;
????????private?int?top;?//子彈坐標(TopLeft)
????????private?int?width?=?32;

????????public?bullet(int?type)?//?子彈類構造函數
????????{
????????????if?(type?==?6)?//己方
????????????????this.type?=?true;
????????????else
????????????????this.type?=?false;
????????}

????????public?int?Top?//Top屬性
????????{
????????????get?{?return?top;?}
????????????set?{?top?=?value;?}
????????}

????????public?int?Left?//Left屬性
????????{
????????????get?{?return?left;?}
????????????set?{?left?=?value;?}
???????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

-----------?---------??----------?-----??----

??????????????4704463????????????????????67


評論

共有 條評論