没啥文化,但也来捧个场祝福一下吧

using Godot;
using System;
public partial class game : Node
{
private Math
private English
private Chinese
private Politics
private History
private Geography
private Biology
private Chemistry
private Physics
privateArray 大脑
public override void _Ready()
{
var 所有学科 =
GD.Load<subject>(“res:/书本”);
大脑.Add(所有学科);
}
public override void _Process(double delta)
{
examine(大脑);
}
private examine(大脑)
{
if(考试开始)
{
var 题目答案 = 大脑;
}else if(考试结束)
{
Math = 150;
English = 150;
Chinese = 150;
Politics = 100;
History = 100;
Geography = 100;
Biology = 100;
Chemistry = 100;
Physics = 100;
}
}
}